Skip to content

Commit

Permalink
Merge pull request #59 from sygmaprotocol/tcar/add-chainID
Browse files Browse the repository at this point in the history
chore: add chainId to balance-config
  • Loading branch information
MakMuftic committed Sep 4, 2023
2 parents a0dd8f6 + b33d918 commit 5f2db04
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mainnet/balance-config-mainnet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"id": 1,
"chainId": 1,
"url": "",
"type": "evm",
"nativeTokenMinBalance": "0.1",
Expand Down Expand Up @@ -42,6 +43,7 @@
},
{
"id": 2,
"chainId": 5232,
"url": "",
"type": "substrate",
"nativeTokenMinBalance": "100",
Expand Down Expand Up @@ -83,6 +85,7 @@
},
{
"id": 3,
"chainId": 5233,
"url": "",
"type": "substrate",
"nativeTokenMinBalance": "100",
Expand Down
4 changes: 4 additions & 0 deletions testnet/balance-config-dev.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"id":1,
"chainId": 5,
"url":"",
"type":"evm",
"nativeTokenMinBalance":"0.1",
Expand Down Expand Up @@ -51,6 +52,7 @@
},
{
"id":2,
"chainId": 11155111,
"url":"",
"type":"evm",
"nativeTokenMinBalance":"0.1",
Expand Down Expand Up @@ -101,6 +103,7 @@
},
{
"id":100,
"chainId": 7701,
"url":"",
"type":"evm",
"nativeTokenMinBalance":"0.1",
Expand Down Expand Up @@ -151,6 +154,7 @@
},
{
"id":101,
"chainId": 100,
"url":"",
"type":"evm",
"nativeTokenMinBalance":"0.1",
Expand Down
3 changes: 3 additions & 0 deletions testnet/balance-config-test.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"id": 1,
"chainId": 5,
"url": "",
"type": "evm",
"nativeTokenMinBalance": "0.5",
Expand Down Expand Up @@ -43,6 +44,7 @@
},
{
"id": 2,
"chainId": 11155111,
"url": "",
"type": "evm",
"nativeTokenMinBalance": "0.5",
Expand Down Expand Up @@ -80,6 +82,7 @@
},
{
"id": 3,
"chainId": 5231,
"url": "",
"type": "substrate",
"nativeTokenMinBalance": "100",
Expand Down

0 comments on commit 5f2db04

Please sign in to comment.