Skip to content

Commit

Permalink
feat: removing monad
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenDurnford committed Jan 21, 2025
1 parent 39bf358 commit 86685ff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
13 changes: 0 additions & 13 deletions utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -728,17 +728,4 @@ export default [
oracleBidsEnabled: true,
checkPollingInterval: reservoirChains.ink.checkPollingInterval,
},
{
...customChains.monadTestnet,
name: 'Monad Testnet',
lightIconUrl: '/icons/monad-icon-light.svg',
darkIconUrl: '/icons/monad-icon-dark.svg',
reservoirBaseUrl: reservoirChains.monadTestnet.baseApiUrl,
proxyApi: '/api/reservoir/monad-testnet',
routePrefix: 'monadTestnet',
apiKey: process.env.RESERVOIR_API_KEY,
coingeckoId: 'monad',
oracleBidsEnabled: true,
checkPollingInterval: reservoirChains.monadTestnet.checkPollingInterval,
},
] as ReservoirChain[]
18 changes: 0 additions & 18 deletions utils/paymentTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1590,22 +1590,4 @@ export const chainPaymentTokensMap = {
decimals: 18,
},
],

// Monad Testnet
10143: [
{
chainId: 10143,
address: zeroAddress,
symbol: 'MON',
name: 'Monad',
decimals: 18,
},
{
chainId: 10143,
address: '0x760afe86e5de5fa0ee542fc7b7b713e1c5425701',
symbol: 'WMON',
name: 'Wrapped Monad',
decimals: 18,
},
],
} as Record<number, PaymentToken[]>
1 change: 0 additions & 1 deletion utils/wrappedContracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const wrappedContracts: Record<number, string> = {
2187: '0xfa3ed70386b9255fC04aA008A8ad1B0CDa816Fac', // game7
1868: '0x4200000000000000000000000000000000000006', // soneium
57073: '0x4200000000000000000000000000000000000006', // ink
10143: '0x760afe86e5de5fa0ee542fc7b7b713e1c5425701', // monad testnet
}

export default wrappedContracts

0 comments on commit 86685ff

Please sign in to comment.