Skip to content

Commit

Permalink
chore: Beam network - gas token migration (#3761)
Browse files Browse the repository at this point in the history
Co-authored-by: ligi <[email protected]>
  • Loading branch information
xtools-at and ligi authored Oct 31, 2023
1 parent ef5e0c9 commit 0c3e036
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
14 changes: 10 additions & 4 deletions _data/chains/eip155-13337.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"name": "Beam Testnet",
"chain": "BEAM",
"rpc": ["https://subnets.avax.network/beam/testnet/rpc"],
"rpc": [
"https://subnets.avax.network/beam/testnet/rpc",
"wss://subnets.avax.network/beam/testnet/ws"
],
"features": [{ "name": "EIP1559" }],
"faucets": [],
"faucets": [
"https://faucet.avax.network/?subnet=beam",
"https://faucet.onbeam.com"
],
"nativeCurrency": {
"name": "Merit Circle",
"symbol": "MC",
"name": "Beam",
"symbol": "BEAM",
"decimals": 18
},
"infoURL": "https://www.onbeam.com",
Expand Down
11 changes: 7 additions & 4 deletions _data/chains/eip155-4337.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"name": "Beam",
"chain": "BEAM",
"rpc": ["https://subnets.avax.network/beam/mainnet/rpc"],
"rpc": [
"https://subnets.avax.network/beam/mainnet/rpc",
"wss://subnets.avax.network/beam/mainnet/ws"
],
"features": [
{
"name": "EIP1559"
}
],
"faucets": [],
"faucets": ["https://faucet.onbeam.com"],
"nativeCurrency": {
"name": "Merit Circle",
"symbol": "MC",
"name": "Beam",
"symbol": "BEAM",
"decimals": 18
},
"infoURL": "https://www.onbeam.com",
Expand Down

0 comments on commit 0c3e036

Please sign in to comment.