Skip to content

Commit

Permalink
remove mumbai testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
EdNoepel committed Jan 4, 2024
1 parent a8a77c8 commit 5bbbc11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
26 changes: 0 additions & 26 deletions networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,32 +103,6 @@
"startBlock": 9445944
}
},
"mumbai": {
"ERC20PoolFactory": {
"address": "0x9f7f111c22a23fFD35E386a243F3780cb3ad0d23",
"startBlock": 38580888
},
"ERC721PoolFactory": {
"address": "0xBe8f4De14598e1Eb17FeE8df438AD484E56243F2",
"startBlock": 38580888
},
"PositionManager": {
"address": "0x0000000000000000000000000000000000000000",
"startBlock": 38580888
},
"GrantFund": {
"address": "0x0000000000000000000000000000000000000000",
"startBlock": 38580888
},
"AjnaToken": {
"address": "0x5BC519744f3f0b324E3D5c031e6D18326FD0e8ce",
"startBlock": 38580888
},
"BurnWrappedAjna": {
"address": "0x0000000000000000000000000000000000000000",
"startBlock": 38580888
}
},
"ganache": {
"ERC20PoolFactory": {
"address": "0x9617ABE221F9A9c492D5348be56aef4Db75A692d",
Expand Down
1 change: 0 additions & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ poolInfoUtilsAddressTable.set('mainnet', Address.fromString('0x154FFf344f426F99E
poolInfoUtilsAddressTable.set('matic', Address.fromString('0xA9Ada58DD3c820b30D3bf5B490226F2ef92107bA'))
poolInfoUtilsAddressTable.set('base', Address.fromString('0x1358e3be37C191Eb5B842F673fcB5C79Cc4F6644'))
poolInfoUtilsAddressTable.set('goerli', Address.fromString('0xdE8D83e069F552fbf3EE5bF04E8C4fa53a097ee5'))
poolInfoUtilsAddressTable.set('mumbai', Address.fromString('0x39250241CC84Dadb1cDFE3A1a717631e2aA603eB'))
poolInfoUtilsAddressTable.set('ganache', Address.fromString('0x6c5c7fD98415168ada1930d44447790959097482'))
export const poolInfoUtilsMulticallAddressTable = new TypedMap<string, Address>()
poolInfoUtilsMulticallAddressTable.set('base', Address.fromString('0x372F9c6A49a4E68e47459Eed6e6452c0823956b6'))
Expand Down

0 comments on commit 5bbbc11

Please sign in to comment.