Skip to content

Commit

Permalink
fix: fix avalanche_c_chain not matching CAL ids (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger authored Oct 11, 2024
1 parent f953fcf commit 3f5c4ae
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion avalanche_c_chain/b2c.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"blockchainName": {
"enum": [
"avalanche"
"avalanche_c_chain"
]
},
"chainId": {
Expand Down
2 changes: 1 addition & 1 deletion avalanche_c_chain/eip712.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"blockchainName": {
"enum": [
"avalanche"
"avalanche_c_chain"
]
},
"chainId": {
Expand Down
2 changes: 1 addition & 1 deletion avalanche_c_chain/okx/b2c.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blockchainName": "avalanche",
"blockchainName": "avalanche_c_chain",
"chainId": 43114,
"contracts": [
{
Expand Down
2 changes: 1 addition & 1 deletion avalanche_c_chain/permit/eip712.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blockchainName": "avalanche",
"blockchainName": "avalanche_c_chain",
"chainId": 43114,
"contracts": [
{
Expand Down
2 changes: 1 addition & 1 deletion avalanche_c_chain/stakekit/b2c.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blockchainName": "avalanche",
"blockchainName": "avalanche_c_chain",
"chainId": 43114,
"contracts": [
{
Expand Down
2 changes: 1 addition & 1 deletion avalanche_c_chain/uniswap/eip712.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blockchainName": "avalanche",
"blockchainName": "avalanche_c_chain",
"chainId": 43114,
"contracts": [
{
Expand Down

0 comments on commit 3f5c4ae

Please sign in to comment.