Skip to content

chore(contract_manager): remove fantom token #2322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
rpcUrl: https://rpc.ankr.com/fantom
networkId: 250
type: EvmChain
nativeToken: FTM
- id: mumbai
mainnet: false
rpcUrl: https://polygon-testnet.blastapi.io/$ENV_BLAST_API_KEY
Expand Down Expand Up @@ -797,7 +796,7 @@
type: EvmChain
- id: mathematician_in_heart
mainnet: true
rpcUrl: https://redacted.master.dev/
rpcUrl: https://api-efe16d37.ml.eeffc03e557f4daf.com/
networkId: 2741
type: EvmChain
- id: eventum_testnet
Expand Down
4 changes: 0 additions & 4 deletions contract_manager/store/tokens/Tokens.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
pythId: c415de8d2eba7db216527dff4b60e8f3a5311c740dadb233e13e12547e226750
decimals: 18
type: token
- id: FTM
pythId: 5c6c0d2386e3352356c3ab84434fafb5ea067ac2678a38a338c4a69ddc4bdb0c
decimals: 18
type: token
- id: DAI
pythId: b0948a5e5313200c632b51bb5ca32f6de0d36e9950a942d19751e833f70dabfd
decimals: 18
Expand Down
Loading