@eth-optimism/tokenlist 8.3.173 → 8.3.174
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 +71 -27
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +71 -27
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-bc77a011.d.ts → optimism.tokenlist-f276a526.d.ts} +71 -27
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +71 -27
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +71 -27
- 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-11T21:43:12.446Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -524,6 +524,58 @@ var tokens = [
|
|
|
524
524
|
opTokenId: "BOND"
|
|
525
525
|
}
|
|
526
526
|
},
|
|
527
|
+
{
|
|
528
|
+
chainId: 8453,
|
|
529
|
+
address: "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
|
|
530
|
+
name: "USD Base Coin",
|
|
531
|
+
symbol: "USDbC",
|
|
532
|
+
decimals: 6,
|
|
533
|
+
logoURI: "https://ethereum-optimism.github.io/data/BridgedUSDC/logo.png",
|
|
534
|
+
extensions: {
|
|
535
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
536
|
+
opListId: "extended",
|
|
537
|
+
opTokenId: "BridgedUSDC"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
chainId: 84531,
|
|
542
|
+
address: "0x853154e2A5604E5C74a2546E2871Ad44932eB92C",
|
|
543
|
+
name: "USD Base Coin",
|
|
544
|
+
symbol: "USDbC",
|
|
545
|
+
decimals: 6,
|
|
546
|
+
logoURI: "https://ethereum-optimism.github.io/data/BridgedUSDC/logo.png",
|
|
547
|
+
extensions: {
|
|
548
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
549
|
+
opListId: "extended",
|
|
550
|
+
opTokenId: "BridgedUSDC"
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
chainId: 10,
|
|
555
|
+
address: "0x7F5c764cBc14f9669B88837ca1490cCa17c31607",
|
|
556
|
+
name: "Bridged USDC",
|
|
557
|
+
symbol: "USDC.e",
|
|
558
|
+
decimals: 6,
|
|
559
|
+
logoURI: "https://ethereum-optimism.github.io/data/BridgedUSDC/logo.png",
|
|
560
|
+
extensions: {
|
|
561
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
562
|
+
opListId: "extended",
|
|
563
|
+
opTokenId: "BridgedUSDC"
|
|
564
|
+
}
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
chainId: 420,
|
|
568
|
+
address: "0x7E07E15D2a87A24492740D16f5bdF58c16db0c4E",
|
|
569
|
+
name: "Bridged USDC",
|
|
570
|
+
symbol: "USDC.e",
|
|
571
|
+
decimals: 6,
|
|
572
|
+
logoURI: "https://ethereum-optimism.github.io/data/BridgedUSDC/logo.png",
|
|
573
|
+
extensions: {
|
|
574
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
575
|
+
opListId: "extended",
|
|
576
|
+
opTokenId: "BridgedUSDC"
|
|
577
|
+
}
|
|
578
|
+
},
|
|
527
579
|
{
|
|
528
580
|
chainId: 1,
|
|
529
581
|
address: "0x799ebfABE77a6E34311eeEe9825190B9ECe32824",
|
|
@@ -4983,74 +5035,66 @@ var tokens = [
|
|
|
4983
5035
|
decimals: 6,
|
|
4984
5036
|
logoURI: "https://ethereum-optimism.github.io/data/USDC/logo.png",
|
|
4985
5037
|
extensions: {
|
|
4986
|
-
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
4987
|
-
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4988
5038
|
opListId: "default",
|
|
4989
5039
|
opTokenId: "USDC"
|
|
4990
5040
|
}
|
|
4991
5041
|
},
|
|
4992
5042
|
{
|
|
4993
|
-
chainId:
|
|
4994
|
-
address: "
|
|
4995
|
-
name: "
|
|
4996
|
-
symbol: "USDC
|
|
5043
|
+
chainId: 5,
|
|
5044
|
+
address: "0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
5045
|
+
name: "USD Coin",
|
|
5046
|
+
symbol: "USDC",
|
|
4997
5047
|
decimals: 6,
|
|
4998
5048
|
logoURI: "https://ethereum-optimism.github.io/data/USDC/logo.png",
|
|
4999
5049
|
extensions: {
|
|
5000
|
-
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5001
5050
|
opListId: "default",
|
|
5002
5051
|
opTokenId: "USDC"
|
|
5003
5052
|
}
|
|
5004
5053
|
},
|
|
5005
5054
|
{
|
|
5006
5055
|
chainId: 8453,
|
|
5007
|
-
address: "
|
|
5008
|
-
name: "USD
|
|
5009
|
-
symbol: "
|
|
5056
|
+
address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
5057
|
+
name: "USD Coin",
|
|
5058
|
+
symbol: "USDC",
|
|
5010
5059
|
decimals: 6,
|
|
5011
5060
|
logoURI: "https://ethereum-optimism.github.io/data/USDC/logo.png",
|
|
5012
5061
|
extensions: {
|
|
5013
|
-
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5014
5062
|
opListId: "default",
|
|
5015
5063
|
opTokenId: "USDC"
|
|
5016
5064
|
}
|
|
5017
5065
|
},
|
|
5018
5066
|
{
|
|
5019
|
-
chainId:
|
|
5020
|
-
address: "
|
|
5067
|
+
chainId: 84531,
|
|
5068
|
+
address: "0xf175520c52418dfe19c8098071a252da48cd1c19",
|
|
5021
5069
|
name: "USD Coin",
|
|
5022
5070
|
symbol: "USDC",
|
|
5023
5071
|
decimals: 6,
|
|
5024
5072
|
logoURI: "https://ethereum-optimism.github.io/data/USDC/logo.png",
|
|
5025
5073
|
extensions: {
|
|
5026
|
-
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
5027
|
-
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
5028
5074
|
opListId: "default",
|
|
5029
5075
|
opTokenId: "USDC"
|
|
5030
5076
|
}
|
|
5031
5077
|
},
|
|
5032
5078
|
{
|
|
5033
|
-
chainId:
|
|
5034
|
-
address: "
|
|
5035
|
-
name: "
|
|
5036
|
-
symbol: "USDC
|
|
5079
|
+
chainId: 10,
|
|
5080
|
+
address: "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
|
|
5081
|
+
name: "USD Coin",
|
|
5082
|
+
symbol: "USDC",
|
|
5037
5083
|
decimals: 6,
|
|
5038
5084
|
logoURI: "https://ethereum-optimism.github.io/data/USDC/logo.png",
|
|
5039
5085
|
extensions: {
|
|
5040
|
-
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5041
5086
|
opListId: "default",
|
|
5042
5087
|
opTokenId: "USDC"
|
|
5043
5088
|
}
|
|
5044
5089
|
},
|
|
5045
5090
|
{
|
|
5046
|
-
chainId:
|
|
5047
|
-
address: "
|
|
5048
|
-
name: "USD
|
|
5049
|
-
symbol: "
|
|
5091
|
+
chainId: 420,
|
|
5092
|
+
address: "0xe05606174bac4A6364B31bd0eCA4bf4dD368f8C6",
|
|
5093
|
+
name: "USD Coin",
|
|
5094
|
+
symbol: "USDC",
|
|
5050
5095
|
decimals: 6,
|
|
5051
5096
|
logoURI: "https://ethereum-optimism.github.io/data/USDC/logo.png",
|
|
5052
5097
|
extensions: {
|
|
5053
|
-
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5054
5098
|
opListId: "default",
|
|
5055
5099
|
opTokenId: "USDC"
|
|
5056
5100
|
}
|
|
@@ -5889,7 +5933,7 @@ var tokens = [
|
|
|
5889
5933
|
var version = {
|
|
5890
5934
|
major: 8,
|
|
5891
5935
|
minor: 3,
|
|
5892
|
-
patch:
|
|
5936
|
+
patch: 174
|
|
5893
5937
|
};
|
|
5894
5938
|
var optimism_tokenlist_default = {
|
|
5895
5939
|
name,
|