Skip to content

Commit a6f6d98

Browse files
authored
Merge branch 'main' into data-script-update
2 parents df277e5 + 3156dc5 commit a6f6d98

File tree

3 files changed

+90
-32
lines changed

3 files changed

+90
-32
lines changed

src/config/data/ccip/v1_2_0/mainnet/lanes.json

Lines changed: 52 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,20 @@
132132
}
133133
}
134134
},
135+
"NXPC": {
136+
"rateLimiterConfig": {
137+
"in": {
138+
"capacity": "0",
139+
"isEnabled": false,
140+
"rate": "0"
141+
},
142+
"out": {
143+
"capacity": "0",
144+
"isEnabled": false,
145+
"rate": "0"
146+
}
147+
}
148+
},
135149
"SHIB": {
136150
"rateLimiterConfig": {
137151
"in": {
@@ -1612,6 +1626,20 @@
16121626
}
16131627
}
16141628
},
1629+
"NXPC": {
1630+
"rateLimiterConfig": {
1631+
"in": {
1632+
"capacity": "0",
1633+
"isEnabled": false,
1634+
"rate": "0"
1635+
},
1636+
"out": {
1637+
"capacity": "0",
1638+
"isEnabled": false,
1639+
"rate": "0"
1640+
}
1641+
}
1642+
},
16151643
"SHIB": {
16161644
"rateLimiterConfig": {
16171645
"in": {
@@ -4095,14 +4123,14 @@
40954123
"GHO": {
40964124
"rateLimiterConfig": {
40974125
"in": {
4098-
"capacity": "300000000000000000000000",
4126+
"capacity": "600000000000000000000000",
40994127
"isEnabled": true,
4100-
"rate": "60000000000000000000"
4128+
"rate": "120000000000000000000"
41014129
},
41024130
"out": {
4103-
"capacity": "300000000000000000000000",
4131+
"capacity": "600000000000000000000000",
41044132
"isEnabled": true,
4105-
"rate": "60000000000000000000"
4133+
"rate": "120000000000000000000"
41064134
}
41074135
}
41084136
},
@@ -5015,14 +5043,14 @@
50155043
"GHO": {
50165044
"rateLimiterConfig": {
50175045
"in": {
5018-
"capacity": "300000000000000000000000",
5046+
"capacity": "600000000000000000000000",
50195047
"isEnabled": true,
5020-
"rate": "60000000000000000000"
5048+
"rate": "120000000000000000000"
50215049
},
50225050
"out": {
5023-
"capacity": "300000000000000000000000",
5051+
"capacity": "600000000000000000000000",
50245052
"isEnabled": true,
5025-
"rate": "60000000000000000000"
5053+
"rate": "120000000000000000000"
50265054
}
50275055
}
50285056
},
@@ -6445,14 +6473,14 @@
64456473
"GHO": {
64466474
"rateLimiterConfig": {
64476475
"in": {
6448-
"capacity": "300000000000000000000000",
6476+
"capacity": "600000000000000000000000",
64496477
"isEnabled": true,
6450-
"rate": "60000000000000000000"
6478+
"rate": "120000000000000000000"
64516479
},
64526480
"out": {
6453-
"capacity": "300000000000000000000000",
6481+
"capacity": "600000000000000000000000",
64546482
"isEnabled": true,
6455-
"rate": "60000000000000000000"
6483+
"rate": "120000000000000000000"
64566484
}
64576485
}
64586486
},
@@ -7323,14 +7351,14 @@
73237351
"GHO": {
73247352
"rateLimiterConfig": {
73257353
"in": {
7326-
"capacity": "300000000000000000000000",
7354+
"capacity": "600000000000000000000000",
73277355
"isEnabled": true,
7328-
"rate": "60000000000000000000"
7356+
"rate": "120000000000000000000"
73297357
},
73307358
"out": {
7331-
"capacity": "300000000000000000000000",
7359+
"capacity": "600000000000000000000000",
73327360
"isEnabled": true,
7333-
"rate": "60000000000000000000"
7361+
"rate": "120000000000000000000"
73347362
}
73357363
}
73367364
},
@@ -12445,14 +12473,14 @@
1244512473
"GHO": {
1244612474
"rateLimiterConfig": {
1244712475
"in": {
12448-
"capacity": "300000000000000000000000",
12476+
"capacity": "600000000000000000000000",
1244912477
"isEnabled": true,
12450-
"rate": "60000000000000000000"
12478+
"rate": "120000000000000000000"
1245112479
},
1245212480
"out": {
12453-
"capacity": "300000000000000000000000",
12481+
"capacity": "600000000000000000000000",
1245412482
"isEnabled": true,
12455-
"rate": "60000000000000000000"
12483+
"rate": "120000000000000000000"
1245612484
}
1245712485
}
1245812486
},
@@ -13257,14 +13285,14 @@
1325713285
"GHO": {
1325813286
"rateLimiterConfig": {
1325913287
"in": {
13260-
"capacity": "300000000000000000000000",
13288+
"capacity": "600000000000000000000000",
1326113289
"isEnabled": true,
13262-
"rate": "60000000000000000000"
13290+
"rate": "120000000000000000000"
1326313291
},
1326413292
"out": {
13265-
"capacity": "300000000000000000000000",
13293+
"capacity": "600000000000000000000000",
1326613294
"isEnabled": true,
13267-
"rate": "60000000000000000000"
13295+
"rate": "120000000000000000000"
1326813296
}
1326913297
}
1327013298
},

src/config/data/ccip/v1_2_0/mainnet/tokens.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2191,6 +2191,26 @@
21912191
"tokenAddress": "0xCA160D11087E03fd398d40f561cd4768825f4958"
21922192
}
21932193
},
2194+
"NXPC": {
2195+
"avalanche-mainnet": {
2196+
"allowListEnabled": false,
2197+
"decimals": 18,
2198+
"name": "NXPC",
2199+
"poolAddress": "0x0D9A14a6eD561770295BcCCF1995ae5B026a65d6",
2200+
"poolType": "lockRelease",
2201+
"symbol": "NXPC",
2202+
"tokenAddress": "0x5E0E90E268BC247Cc850c789A0DB0d5c7621fb59"
2203+
},
2204+
"bsc-mainnet": {
2205+
"allowListEnabled": false,
2206+
"decimals": 18,
2207+
"name": "NXPC",
2208+
"poolAddress": "0x6f6645D608F56D04E5f36719865Df4b2c9Bc6794",
2209+
"poolType": "burnMint",
2210+
"symbol": "NXPC",
2211+
"tokenAddress": "0xf2b51CC1850fEd939658317a22d73d3482767591"
2212+
}
2213+
},
21942214
"OSIS": {
21952215
"mainnet": {
21962216
"allowListEnabled": false,

src/content/resources/link-token-contracts.mdx

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,14 +1322,24 @@ Testnet Native and LINK are available at [faucets.chain.link/shibarium-puppynet]
13221322

13231323
SOL is used to pay for transactions on the Solana network.
13241324

1325-
| Parameter | Value |
1326-
| :------------- | :---------------------------------------------------------------------------------------------- |
1327-
| Chain ID | `mainnet` |
1328-
| Address | <Address contractUrl="https://solscan.io/account/y9MdSjD9Beg9EFaeQGdMpESFWLNdSfZKQKeYLBfmnjJ"/> |
1329-
| Name | Chainlink Token on Solana Mainnet |
1330-
| Symbol | LINK |
1331-
| Decimals | 9 |
1332-
| Network status | [status.solana.com/](https://status.solana.com/) |
1325+
| Parameter | Value |
1326+
| :------------- | :------------------------------------------------------------------------------------------------------- |
1327+
| Chain ID | `mainnet` |
1328+
| Address | <Address contractUrl="https://explorer.solana.com/address/LinkhB3afbBKb2EQQu7s7umdZceV3wcvAUJhQAfQ23L"/> |
1329+
| Name | Chainlink Token |
1330+
| Symbol | LINK |
1331+
| Decimals | 9 |
1332+
| Network status | [status.solana.com/](https://status.solana.com/) |
1333+
1334+
### Solana Devnet
1335+
1336+
| Parameter | Value |
1337+
| :-------- | :---------------------------------------------------------------------------------------------------------------------- |
1338+
| Chain ID | `devnet` |
1339+
| Address | <Address contractUrl="https://explorer.solana.com/address/LinkhB3afbBKb2EQQu7s7umdZceV3wcvAUJhQAfQ23L?cluster=devnet"/> |
1340+
| Name | Chainlink Token |
1341+
| Symbol | LINK |
1342+
| Decimals | 9 |
13331343

13341344
## <img src="/assets/chains/soneium.svg" style="height: 24px; width: auto; margin-right: 8px;" />Soneium
13351345

0 commit comments

Comments
 (0)