Skip to content

Commit

Permalink
Merge pull request #10 from koinos/refactor
Browse files Browse the repository at this point in the history
Refactor API
  • Loading branch information
sgerbino authored May 6, 2024
2 parents 6781594 + f73e6e3 commit 8ed25ee
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 8ed25ee

Please sign in to comment.