@eth-optimism/tokenlist 8.3.175 → 8.3.177
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +31 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +31 -3
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-ab806f9b.d.ts → optimism.tokenlist-a66fcb21.d.ts} +31 -3
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +31 -3
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +31 -3
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-10-
|
|
25
|
+
var timestamp = "2023-10-23T22:52:57.825Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -524,6 +524,34 @@ var tokens = [
|
|
|
524
524
|
opTokenId: "BOND"
|
|
525
525
|
}
|
|
526
526
|
},
|
|
527
|
+
{
|
|
528
|
+
chainId: 1,
|
|
529
|
+
address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
530
|
+
name: "USD Coin",
|
|
531
|
+
symbol: "USDC",
|
|
532
|
+
decimals: 6,
|
|
533
|
+
logoURI: "https://ethereum-optimism.github.io/data/BridgedUSDC/logo.png",
|
|
534
|
+
extensions: {
|
|
535
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
536
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
537
|
+
opListId: "extended",
|
|
538
|
+
opTokenId: "BridgedUSDC"
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
chainId: 5,
|
|
543
|
+
address: "0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
544
|
+
name: "USD Coin",
|
|
545
|
+
symbol: "USDC",
|
|
546
|
+
decimals: 6,
|
|
547
|
+
logoURI: "https://ethereum-optimism.github.io/data/BridgedUSDC/logo.png",
|
|
548
|
+
extensions: {
|
|
549
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
550
|
+
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
551
|
+
opListId: "extended",
|
|
552
|
+
opTokenId: "BridgedUSDC"
|
|
553
|
+
}
|
|
554
|
+
},
|
|
527
555
|
{
|
|
528
556
|
chainId: 8453,
|
|
529
557
|
address: "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
|
|
@@ -1172,7 +1200,7 @@ var tokens = [
|
|
|
1172
1200
|
},
|
|
1173
1201
|
{
|
|
1174
1202
|
chainId: 424,
|
|
1175
|
-
address: "
|
|
1203
|
+
address: "0x6C121674ba6736644A7e73A8741407fE8a5eE5BA",
|
|
1176
1204
|
name: "Dai Stablecoin",
|
|
1177
1205
|
symbol: "DAI",
|
|
1178
1206
|
decimals: 18,
|
|
@@ -5985,7 +6013,7 @@ var tokens = [
|
|
|
5985
6013
|
var version = {
|
|
5986
6014
|
major: 8,
|
|
5987
6015
|
minor: 3,
|
|
5988
|
-
patch:
|
|
6016
|
+
patch: 177
|
|
5989
6017
|
};
|
|
5990
6018
|
var optimism_tokenlist_default = {
|
|
5991
6019
|
name,
|