@eth-optimism/tokenlist 7.3.35 → 7.3.36
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 +50 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +50 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-7199117a.d.ts → optimism.tokenlist-134934b7.d.ts} +50 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +50 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +50 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2023-04-
|
|
44
|
+
var timestamp = "2023-04-19T21:16:36.491Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -943,6 +943,54 @@ var tokens = [
|
|
|
943
943
|
opListId: "extended"
|
|
944
944
|
}
|
|
945
945
|
},
|
|
946
|
+
{
|
|
947
|
+
chainId: 1,
|
|
948
|
+
address: "0x900dB999074d9277c5DA2A43F252D74366230DA0",
|
|
949
|
+
name: "Giveth",
|
|
950
|
+
symbol: "GIV",
|
|
951
|
+
decimals: 18,
|
|
952
|
+
logoURI: "https://ethereum-optimism.github.io/data/GIV/logo.svg",
|
|
953
|
+
extensions: {
|
|
954
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
955
|
+
opListId: "extended"
|
|
956
|
+
}
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
chainId: 10,
|
|
960
|
+
address: "0x528CDc92eAB044E1E39FE43B9514bfdAB4412B98",
|
|
961
|
+
name: "Giveth Token",
|
|
962
|
+
symbol: "GIV",
|
|
963
|
+
decimals: 18,
|
|
964
|
+
logoURI: "https://ethereum-optimism.github.io/data/GIV/logo.svg",
|
|
965
|
+
extensions: {
|
|
966
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
967
|
+
opListId: "extended"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
chainId: 5,
|
|
972
|
+
address: "0xB9a344f23792bd2F72D050c2De8ccD6F4e700e4F",
|
|
973
|
+
name: "Giveth Test Token",
|
|
974
|
+
symbol: "DRGIV4",
|
|
975
|
+
decimals: 18,
|
|
976
|
+
logoURI: "https://ethereum-optimism.github.io/data/GIV/logo.svg",
|
|
977
|
+
extensions: {
|
|
978
|
+
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
979
|
+
opListId: "extended"
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
chainId: 420,
|
|
984
|
+
address: "0xEf6301DA234fC7b0545c6E877D3359FE0B9E50a4",
|
|
985
|
+
name: "Giveth Test Token",
|
|
986
|
+
symbol: "TGIV",
|
|
987
|
+
decimals: 18,
|
|
988
|
+
logoURI: "https://ethereum-optimism.github.io/data/GIV/logo.svg",
|
|
989
|
+
extensions: {
|
|
990
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
991
|
+
opListId: "extended"
|
|
992
|
+
}
|
|
993
|
+
},
|
|
946
994
|
{
|
|
947
995
|
chainId: 1,
|
|
948
996
|
address: "0x4FbB350052Bca5417566f188eB2EBCE5b19BC964",
|
|
@@ -2987,7 +3035,7 @@ var tokens = [
|
|
|
2987
3035
|
var version = {
|
|
2988
3036
|
major: 7,
|
|
2989
3037
|
minor: 3,
|
|
2990
|
-
patch:
|
|
3038
|
+
patch: 36
|
|
2991
3039
|
};
|
|
2992
3040
|
var optimism_tokenlist_default = {
|
|
2993
3041
|
name,
|