@eth-optimism/tokenlist 8.3.111 → 8.3.112
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 +18 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +18 -4
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-f05a2b4c.d.ts → optimism.tokenlist-aa62b75e.d.ts} +18 -4
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +18 -4
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +18 -4
- 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-08-10T14:
|
|
25
|
+
var timestamp = "2023-08-10T14:49:42.833Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -938,9 +938,10 @@ var tokens = [
|
|
|
938
938
|
name: "Dola USD Stablecoin",
|
|
939
939
|
symbol: "DOLA",
|
|
940
940
|
decimals: 18,
|
|
941
|
-
logoURI: "https://ethereum-optimism.github.io/data/DOLA/logo.
|
|
941
|
+
logoURI: "https://ethereum-optimism.github.io/data/DOLA/logo.svg",
|
|
942
942
|
extensions: {
|
|
943
943
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
944
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
944
945
|
opListId: "extended",
|
|
945
946
|
opTokenId: "DOLA"
|
|
946
947
|
}
|
|
@@ -951,13 +952,26 @@ var tokens = [
|
|
|
951
952
|
name: "Dola USD Stablecoin",
|
|
952
953
|
symbol: "DOLA",
|
|
953
954
|
decimals: 18,
|
|
954
|
-
logoURI: "https://ethereum-optimism.github.io/data/DOLA/logo.
|
|
955
|
+
logoURI: "https://ethereum-optimism.github.io/data/DOLA/logo.svg",
|
|
955
956
|
extensions: {
|
|
956
957
|
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
957
958
|
opListId: "extended",
|
|
958
959
|
opTokenId: "DOLA"
|
|
959
960
|
}
|
|
960
961
|
},
|
|
962
|
+
{
|
|
963
|
+
chainId: 8453,
|
|
964
|
+
address: "0x4621b7A9c75199271F773Ebd9A499dbd165c3191",
|
|
965
|
+
name: "Dola USD Stablecoin",
|
|
966
|
+
symbol: "DOLA",
|
|
967
|
+
decimals: 18,
|
|
968
|
+
logoURI: "https://ethereum-optimism.github.io/data/DOLA/logo.svg",
|
|
969
|
+
extensions: {
|
|
970
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
971
|
+
opListId: "extended",
|
|
972
|
+
opTokenId: "DOLA"
|
|
973
|
+
}
|
|
974
|
+
},
|
|
961
975
|
{
|
|
962
976
|
chainId: 1,
|
|
963
977
|
address: "0x92E187a03B6CD19CB6AF293ba17F2745Fd2357D5",
|
|
@@ -4472,7 +4486,7 @@ var tokens = [
|
|
|
4472
4486
|
var version = {
|
|
4473
4487
|
major: 8,
|
|
4474
4488
|
minor: 3,
|
|
4475
|
-
patch:
|
|
4489
|
+
patch: 112
|
|
4476
4490
|
};
|
|
4477
4491
|
var optimism_tokenlist_default = {
|
|
4478
4492
|
name,
|