Skip to content

Commit

Permalink
Move APIs to v1, remove JSON-RPC-URL option, delete explicit contract…
Browse files Browse the repository at this point in the history
…s, and add nonce decoding
  • Loading branch information
mvandeberg committed May 3, 2024
1 parent eae8c05 commit f73e6e3
Show file tree
Hide file tree
Showing 42 changed files with 2,919 additions and 3,089 deletions.
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export type Config = {
}

export const config: Config = {
jsonRPC: 'https://api.koinos.io',
jsonRPC: 'http://localhost:8080/',
systemContracts: {
koin: '15DJN4a8SgrbGhhGksSBASiSYjGnMU8dGL',
vhp: '18tWNU7E4yuQzz7hMVpceb9ixmaWLVyQsr',
Expand Down
48 changes: 0 additions & 48 deletions app/api/kap/[account]/address/route.ts

This file was deleted.

109 changes: 0 additions & 109 deletions app/api/kap/[account]/names/route.ts

This file was deleted.

This file was deleted.

117 changes: 0 additions & 117 deletions app/api/koindx/pair/[token_a]/[token_b]/info/route.ts

This file was deleted.

Loading

0 comments on commit f73e6e3

Please sign in to comment.