Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit 86685ff

Browse files
committed
feat: removing monad
1 parent 39bf358 commit 86685ff

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed

utils/chains.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -728,17 +728,4 @@ export default [
728728
oracleBidsEnabled: true,
729729
checkPollingInterval: reservoirChains.ink.checkPollingInterval,
730730
},
731-
{
732-
...customChains.monadTestnet,
733-
name: 'Monad Testnet',
734-
lightIconUrl: '/icons/monad-icon-light.svg',
735-
darkIconUrl: '/icons/monad-icon-dark.svg',
736-
reservoirBaseUrl: reservoirChains.monadTestnet.baseApiUrl,
737-
proxyApi: '/api/reservoir/monad-testnet',
738-
routePrefix: 'monadTestnet',
739-
apiKey: process.env.RESERVOIR_API_KEY,
740-
coingeckoId: 'monad',
741-
oracleBidsEnabled: true,
742-
checkPollingInterval: reservoirChains.monadTestnet.checkPollingInterval,
743-
},
744731
] as ReservoirChain[]

utils/paymentTokens.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,22 +1590,4 @@ export const chainPaymentTokensMap = {
15901590
decimals: 18,
15911591
},
15921592
],
1593-
1594-
// Monad Testnet
1595-
10143: [
1596-
{
1597-
chainId: 10143,
1598-
address: zeroAddress,
1599-
symbol: 'MON',
1600-
name: 'Monad',
1601-
decimals: 18,
1602-
},
1603-
{
1604-
chainId: 10143,
1605-
address: '0x760afe86e5de5fa0ee542fc7b7b713e1c5425701',
1606-
symbol: 'WMON',
1607-
name: 'Wrapped Monad',
1608-
decimals: 18,
1609-
},
1610-
],
16111593
} as Record<number, PaymentToken[]>

utils/wrappedContracts.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const wrappedContracts: Record<number, string> = {
3838
2187: '0xfa3ed70386b9255fC04aA008A8ad1B0CDa816Fac', // game7
3939
1868: '0x4200000000000000000000000000000000000006', // soneium
4040
57073: '0x4200000000000000000000000000000000000006', // ink
41-
10143: '0x760afe86e5de5fa0ee542fc7b7b713e1c5425701', // monad testnet
4241
}
4342

4443
export default wrappedContracts

0 commit comments

Comments
 (0)