Skip to content

Commit

Permalink
Add Flow Mainnet/Testnet to deployments.json
Browse files Browse the repository at this point in the history
  • Loading branch information
btspoony authored Oct 4, 2024
1 parent 5f82f37 commit 3f756c5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -1269,5 +1269,15 @@
"name": "World Chain",
"chainId": 480,
"url": "https://worldchain-mainnet.explorer.alchemy.com/address/0xcA11bde05977b3631167028862bE2a173976CA11?tab=contract"
},
{
"name": "Flow Mainnet",
"chainId": 747,
"url": "https://evm.flowscan.io/address/0xcA11bde05977b3631167028862bE2a173976CA11?tab=contract"
},
{
"name": "Flow Testnet",
"chainId": 545,
"url": "https://evm-testnet.flowscan.io/address/0xcA11bde05977b3631167028862bE2a173976CA11?tab=contract"
}
]
]

0 comments on commit 3f756c5

Please sign in to comment.