Skip to content

Commit

Permalink
Merge pull request #20 from ThalaLabs/samuel/mainnet
Browse files Browse the repository at this point in the history
Use mainnet address
  • Loading branch information
SamuelQZQ authored Nov 4, 2023
2 parents 7063446 + d0b5c7f commit 2f29539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/abi/multihop_router.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// TODO: deploy router and add ABI
export const MULTIHOP_ROUTER_ABI = {
address: "0xe8643d5170d010105fc2363f59cadd6f069cdf6ce3d6fc0f0cf674194090db27",
address: "0xd54f477c1436849a8c9c04e39f341b8ab81c0f67f4638f63eae229d0d2f1313f",
name: "router",
friends: [],
exposed_functions: [
Expand Down
2 changes: 1 addition & 1 deletion src/abi/stable_pool_scripts.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const STABLE_POOL_SCRIPTS_ABI = {
address: "0x9cf21a8d229e5a9bb99b14a78d232ecb6dbf7049c861b5411ce3b5bb425e3728",
address: "0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af",
name: "stable_pool_scripts",
friends: [],
exposed_functions: [
Expand Down
2 changes: 1 addition & 1 deletion src/abi/weighted_pool_scripts.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const WEIGHTED_POOL_SCRIPTS_ABI = {
address: "0x9cf21a8d229e5a9bb99b14a78d232ecb6dbf7049c861b5411ce3b5bb425e3728",
address: "0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af",
name: "weighted_pool_scripts",
friends: [],
exposed_functions: [
Expand Down

0 comments on commit 2f29539

Please sign in to comment.